Returns the element from the specified point array nearest to the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static Point NearestPoint ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function NearestPoint( _ |
A Point instance.
An array for whose members to find the minimum distance to the specified point.
The array member nearest to the specified point.
See Also